From 4378209c7cef5f992641a2fb92e036567d90bfd3 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Fri, 17 Oct 2003 01:07:33 +0000 Subject: [PATCH] bitkeeper revision 1.525 (3f8f40d5f-vrfYUtEwXamtkNP2zQog) Trivial change to xen-clone to allow it to be invoked on a specific version of the repository e.g. xen-clone "-rlatest-semistable bk://xen.bkbits.net/xeno-unstable.bk" NB: the quote characters are necessary because this is a hack... --- tools/misc/xen-clone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/misc/xen-clone b/tools/misc/xen-clone index 3fdd23d5db..96da9fe371 100755 --- a/tools/misc/xen-clone +++ b/tools/misc/xen-clone @@ -22,7 +22,7 @@ UCCL) esac DEST_DIR=${2:-xeno-clone} -DEST_BK_REP=`basename ${BK_REP}` +DEST_BK_REP=`basename "${BK_REP}"` echo usage: xen-clone bk_repository dest_dir orig_linux_dir echo Source BK Repository : ${BK_REP} -- 2.30.2